home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / scriptdef / Text Blinker.sd < prev    next >
INI File  |  2004-06-28  |  1KB  |  63 lines

  1. [SUBJECT]
  2. Description=The text changes color every second
  3. ImageIndex=-1
  4. Folder=Text Effects
  5.  
  6.  
  7.  
  8. [BODY_TEXT]
  9. ;<!-- This script and many more are available free online at -->
  10. ;<!-- The JavaScript Source!! http://javascript.internet.com -->
  11. ;
  12. ;<script language="JavaScript1.2">
  13. ;
  14. ;<!-- Begin
  15. ;function initArray() {
  16. ;this.length = initArray.arguments.length;
  17. ;for (var i = 0; i < this.length; i++) {
  18. ;this[i] = initArray.arguments[i];
  19. ;   }
  20. ;}
  21. ;
  22. ;var ctext = "`text`";
  23. ;var x = 0;
  24. ;var color = new initArray(
  25. ;"red", 
  26. ;"blue", 
  27. ;"green",
  28. ;"black"
  29. ;);
  30. ;if(navigator.appName == "Netscape") {
  31. ;document.write('<layer id="c"><center>'+ctext+'</center></layer><br>');
  32. ;}
  33. ;if (navigator.appVersion.indexOf("MSIE") != -1){
  34. ;document.write('<div id="c"><center>'+ctext+'</center></div>');
  35. ;}
  36. ;function chcolor(){ 
  37. ;if(navigator.appName == "Netscape") {
  38. ;document.c.document.write('<center><font color="'+color[x]);
  39. ;document.c.document.write('">'+ctext+'</font></center>');
  40. ;document.c.document.close();
  41. ;}
  42. ;else if (navigator.appVersion.indexOf("MSIE") != -1){
  43. ;document.all.c.style.color = color[x];
  44. ;}
  45. ;(x < color.length-1) ? x++ : x = 0;
  46. ;}
  47. ;setInterval("chcolor()",`timeout`);
  48. ;// End -->
  49. ;</script>
  50.  
  51.  
  52.  
  53. [`text`]
  54. Kind=S
  55. Value=Wow! Look at all the pretty colors!
  56.  
  57.  
  58.  
  59. [`timeout`]
  60. Kind=N
  61. Value=1000
  62.  
  63.